Keysight VISA.NET Help
PrintfAndFlush(String,Object[]) Method



The format string.
An optional argument list that includes values to be formatted and arguments that are needed to complete format specifiers.
Print formatted output to the formatted I/O write buffer, then send the buffer contents to the device with a newline character and flush the buffer. See Using Printf for detailed information.
Syntax
'Declaration
 
Overloads Sub PrintfAndFlush( _
   ByVal format As String, _
   ByVal ParamArray args() As Object _
) 
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim format As String
Dim args() As Object
 
instance.PrintfAndFlush(format, args)
void PrintfAndFlush( 
   string format,
   params object[] args
)
void PrintfAndFlush( 
   String^ format,
   ... array<Object^>^ args
) 

Parameters

format
The format string.
args
An optional argument list that includes values to be formatted and arguments that are needed to complete format specifiers.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025